home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contrib / a.out-compilers / README < prev   
Text File  |  1997-04-01  |  1KB  |  25 lines

  1.  
  2. These are compilers for the obsolete Linux a.out binary format.
  3.  
  4. A bit of history... a.out used to be the main Linux binary format, but was
  5. phased out in favor of ELF (which is better for a lot of reasons) in late 1995.
  6. There are still a few a.out binaries floating around on the net, and for now
  7. Slackware retains a set of a.out shared libaries in the A series for backward
  8. compatability with these binaries, as well as two sets of a.out X shared
  9. libraries (oldlibs5.tgz and oldlibs6.tgz) in Slackware's X series.  But, as of
  10. Slackware 3.5 the compilers for this format are being officially depricated and
  11. will probably not be maintained much after this.  In fact, if you've got a
  12. special need for a.out you might want to let me know, because it's possible
  13. these may eventually disappear altogether unless someone tells me they still
  14. require support for a.out.  (maybe there are some old commerical a.out libraries
  15. still in use that were never released in ELF format?  ...I'm not aware of any,
  16. though)
  17.                 
  18. To make a.out binaries, install these packages with 'installpkg', and then use
  19. 'gccaout' as your compiler.  For most non-Linux-historians, installing these
  20. packages is probably a waste of drive space.
  21.  
  22.  -- Pat <volkerdi@slackware.com>
  23.          Feast of Fools, April 1, 1998
  24.  
  25.